:art: Update

huangqimin001 %!s(int64=3) %!d(string=hace) años
padre
commit
7b90211581
Se han modificado 5 ficheros con 16 adiciones y 13 borrados
  1. 3 0
      kodo/settings.py
  2. 6 6
      requirements.txt
  3. 4 4
      requirements_dj.txt
  4. 1 1
      requirements_pywe.txt
  5. 2 2
      requirements_redis.txt

+ 3 - 0
kodo/settings.py

@@ -539,3 +539,6 @@ LOGGING = {
539 539
         },
540 540
     },
541 541
 }
542
+
543
+# DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
544
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

+ 6 - 6
requirements.txt

@@ -1,18 +1,18 @@
1 1
 CodeConvert==3.0.2
2 2
 Pillow==8.3.2
3 3
 StatusCode==1.0.0
4
-TimeConvert==1.6.0
4
+TimeConvert==1.6.1
5 5
 furl==2.1.2
6 6
 isoweek==1.3.3
7 7
 jsonfield==3.1.0
8
-mock==2.0.0
8
+mock==4.0.3
9 9
 monetary==1.0.3
10 10
 mysqlclient==2.0.3
11
-pysnippets==1.1.2
12
-qiniu==7.3.1
13
-requests[security]==2.25.1
11
+pysnippets==1.1.4
12
+qiniu==7.5.0
13
+requests==2.26.0
14 14
 rlog==0.3
15
-rsa==3.4.2
15
+rsa==4.7.2
16 16
 shortuuid==1.0.1
17 17
 versions==0.10.0
18 18
 xlrd==2.0.1

+ 4 - 4
requirements_dj.txt

@@ -1,9 +1,9 @@
1
-Django==1.11.29
1
+Django==3.2.9
2 2
 django-admin==2.0.1
3
-django-cors-headers==3.5.0
3
+django-cors-headers==3.10.0
4 4
 django-curtail-uuid==1.0.4
5 5
 django-daterange-filter==1.3.0
6
-django-detect==1.0.18
6
+django-detect==1.0.20
7 7
 django-file-md5==1.0.3
8 8
 django-file-upload==1.1.1
9 9
 django-ip==1.0.2
@@ -23,4 +23,4 @@ django-shortuuidfield==0.1.3
23 23
 django-six==1.0.4
24 24
 django-uniapi==1.0.10
25 25
 django-we==1.5.6
26
-djangorestframework==3.12.2
26
+djangorestframework==3.12.4

+ 1 - 1
requirements_pywe.txt

@@ -12,7 +12,7 @@ pywe-subscribe-message==1.0.1
12 12
 pywe-template-message==1.0.1
13 13
 pywe-miniapp==1.1.6
14 14
 pywe-oauth==1.1.1
15
-pywe-pay==1.0.13
15
+pywe-pay==1.0.14
16 16
 pywe-pay-notify==1.0.5
17 17
 pywe-qrcode==1.0.3
18 18
 pywe-response==1.0.1

+ 2 - 2
requirements_redis.txt

@@ -1,3 +1,3 @@
1 1
 hiredis==2.0.0
2
-redis==2.10.6
3
-redis-extensions==1.2.5
2
+redis==3.5.3
3
+redis-extensions==2.0.7